/*global*/
a{text-decoration:none}

.dn{display:none}

/*login and register*/
.registerButton{
    background: #f96d0a;
    border: 1px solid #f96d0a;
    border-radius: 4px;
    font-size: 1em;
}
.registerButton:hover{
    background: #fe770a;
    border: 1px solid #fe770a;
}
.logoTitle{
    color:#f96d0a;
}
.numCode{
    border-radius: 4px;
}

.registerBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.comedyBgi{
    background:#1e222d!important;
}

.registerDiv{
  background: rgb(67 75 96);
    padding: 40px;
    border-radius: 4px;
}

/*index*/
.mainTitleDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}
.mainTitle{
    color: #f76b0b;
    font-size: 1.6em;
    font-weight: bold;
    margin: 10px 0;
}
.mainMore{
    background: none;
    color: #f56a0b;
    padding: 1px 10px;
    border-radius: 100px;
    border: 1px solid #f56a0b;
    text-decoration: none;
}
.mainMore:hover{
    background: #f56a0b;
    color:#fff;
    text-decoration: none;
}
.topContainer,.mainContainer{
    display: flex;
    position: relative;
    top: 10px;
    z-index: 999;
}
.topContainer{
    background: #2d3241;
    margin: 0px auto 10px auto;
}
.leftContainer{
    flex:3;
    margin: 10px auto;
    border-radius: 4px;
   
}
.indexItemTitle{
    color: #222;
    font-weight: 500;
    transition: all 0.3s;
}
.indexItemTitle:hover{
    color: #f56a0b!important;
}
.rightContainer{
    flex:1;
    margin:10px 0 10px 10px;
    border-radius: 4px;
    background: #2d3241;
}
.tc-gridbox .header img{
    transition:all 0.5s;   
    height:192px;
    width: auto;
    margin: 0%;
}
.tc-gridbox .header img:hover{
    height: 105%;
}
.tc-gridbox .header .item-image{
    overflow: hidden;
    width: 100%;
    background:#eee;
    height: auto;
}
.tc-gridbox .header .item-image a{
    display: flex;
    align-items: center;
    justify-content: center;
    height:190px;
}
.tc-gridbox{
    border-radius: 4px;
    overflow: hidden;
}
.indexPOne{
    margin: 5px 0 5px 0;
    color: #999;
}
.indexPTwo{
    margin: 0 0 5px 0;
    color: #b5b5b5;
    font-size: 11px;
    height: 36px;
    overflow: hidden;
}
.indexItemTitle{
    font-size:1em;
    color: #222;
    font-weight: 500;
}
/*index right*/
.rightContainerImg{
    flex:1;
    border-radius: 4px;
    overflow: hidden;
}
.rightContainerImg img{
    width:100%;
    height: auto;
    border-radius: 4px;
    transition: all 0.3s;
}
.rightContainerImg img:hover{
    width:110%;
}
.rightContainerItem:hover{
    background:#1e222d;
}
.rightContainerImg a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    overflow: hidden;
    border-radius: 4px;
}
.rightContainerFlex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightContainerText{
    flex:2;
    margin: 5px;
}
.rightContainerText a{
    color:#b9b9b9;
    transition: all 0.3s;
}
.rightContainerText a:hover{
    color:#f56a0b;
}
.rightContainerItem{
    padding:5px 10px;
    transition: all 0.3s;
}
.indexItemMd{
    padding:0 5px !important;
}
.indexItemMd .tc-gridbox .body{
    margin: 0;
}
.row{
    margin:0!important;
}
/*nav*/
/*nav*/
/*nav*/
.menu-item a{
    color: #b1bcce;
    transition: all 0.3s;
    position: relative;
}
.menu-item a:hover{
    color:#f56a0b;
}
.menu-item a:hover:after{    
    content: "";
    position: absolute;
    bottom: -13.5px;
    height: 4px;
    width: 100%;
    background: #f56a0b;
    left: 0;
}
.container{
    padding:0;
}
.minheight{min-height: 820px;}
.nineFoxA{
    color: #737e91;
}
.user-nickname{
    color: #b1bcce; 
    width: 50px;
    display: inline-block;
    overflow: hidden;
}
.userLogoA{
    border-radius: 100%;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
}
.userLogoA:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}
.caret{
    color: #737e91;
}

.addSC,.addMobile{
    cursor: pointer;
}
.SCDiv{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 0.3);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
.SCBox{
    background: #ffffff;
    color: #f56a0b;
    padding: 20px 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.SCBox p{
    padding:10px 0;
}
.SCBox span{
    border-radius: 200px;
    background: #f56a0b;
    color: #fff;
    padding:4px 20px;
    cursor: pointer;
}
.lookgameNum{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 11.5px;
    right: -25px;
    background: #f3660b;
    width: 22px;
    height: 22px;
    color: #fff;
    border-radius: 100%;
    font-size: 1em;
    cursor: pointer;
}
.LookgameDiv{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgb(0 0 0 / 0.2);
    flex-direction: column;
}
.lookgameBox{
    max-width: 50%;
    max-height: 50%;
    background: #fff;
    border-radius: 4px;
    overflow: auto;
    padding: 10px;
}
.lookgameClose{
    background: #f3660b;
    color: #fff;
    padding: 4px 10px;
    margin: 10px;
    border-radius: 100px;
    cursor: pointer;
}
.lgbItem{
    background: #eee;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
}
.lgbItem p{
    margin: 0 0 5px;
    color:#f3660b;
}
.leftimg{   
    width: 49.9%;
    float: left;}
    .leftimg img{    width: 100%;
    border-radius: 20px 0 0 20px;}
/*.topbox*/
.topDiv,.topBox{
     width: 100%;
    border-radius: 5px;
}
.topli{display: flex;
    align-items: center;
    justify-content: center;
    
}
.topli li a{ color: #fff;
    background: #f5680b;
    margin: 10px 10px 0;
    padding: 4px 20px;
    text-align: center;
    border-radius: 25px;
    float: left;
    font-size: 20px;
    box-shadow: 0px 4px 4px #26272b;
}
.topli li a:hover{ background: #f5570b;
    border: #bfbfbf 1px solid;
}
.lkgameDiv,.lkgameBox{
     width: 50%;
    float: right;
    background: #222a35;
    height: 430px;
    border-radius: 0 20px 20px 0;
}
.topDiv{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.topFive{
   
}
.topFour{
  
}
.topDiv div{
    position: relative;
}
.topDiv p{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 0.7);
    color: #fff;
    padding: 8px 0;
    margin: 0;
    font-size: 1.1em;
}
.topDiv img{
    width:100%;
    transition: all 0.5s;
    margin:0%;
}
.topDiv img:hover{
    margin:-2.5%;
    width:110%;
}
.topFourSon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFourFather{
    width:380px;
    height:370px;
    margin: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toplfetnone{margin: 10px 10px 10px 0;}
.topFourMom{
    height:180px;
    margin: 10px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFiveFirst{
    margin:10px 0 10px 10px;
    width:180px;
    height:180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFiveSecond{
    margin:0 0 10px 10px;
    width:180px;
    height:180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFiveThree{
    margin:10px 10px 10px 10px;
    width:180px;
    height:180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFiveFour{
    margin:0 10px 10px 10px;
    width:180px;
    height:180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFourFirst{
    width: 205px;
    height:180px;
    margin:10px 10px 0 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFourSecond{
    width: 205px;
    height:180px;
    margin: 10px 0 0 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*list*/
/*list*/
/*list*/
.listItem{
    position: relative;
    border-radius: 4px;
}
.listItemA{
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.listlang{
    position: absolute;
    color:#fff;
    top: 190px;
    right: 10px;
  
}
.listab{
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    background: #f94e32;
    padding: 2px 10px;
    border-radius: 0 0 10px 0;
}
.listac{
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    background: #02c169;
    padding: 2px 10px;
    border-radius: 0 0 10px 0;
}
.listItemBox{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.activeChange{
    background-color: #f4d7d3;
    color: #ff5325!important;
    border-radius: 40px;
    font-weight: bold;
}

/*banner*/
.bannerDiv{    
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerDiv{
    background-image: linear-gradient(to top, #1e222d, #1e222d 100%, #1e222d 100%, #1e222d 100%, #1e222d 100%, #1e222d 100%);
}
.swiper-pagination-bullet{
    width: .8em!important;
    height: .8em!important;
    background:#737e91!important ;
    opacity: 1!important;
}
.swiper-pagination-bullet-active{
    background:#f56a0b!important ;
}
.swiper-pagination-bullets{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 30px!important;
}

.swiperBox{
    height:500px!important;
}

/*article*/
/*article*/
/*article*/
.articleRanking{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.articleRanking .articleUname{
    margin:0;
}
.articleUname{
    padding: 5px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #f5680b;
}
.articleUlogo{
    display: flex;
    align-items: center;
}
.articleUlogoImg{
    width:50px;
    height:50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid rgb(254 119 10 / 0.7);
}
.articleUlogoImg img{
    width: 100%;
    transition: all 0.3s;
    margin: 0%;
}
.articleUlogoImg img:hover{
    width: 110%;
    margin: -5%;
}
.articleUip,.articleUtime{
    display: flex;
    padding: 2px;
    color:#ddd;
}
.articleUip p{
    margin:0;
    width:100px;
}
.articleUtime p{
    text-align: center;
    margin: 0 auto;
    padding: 2px 4px;

}
.articleMsg{
    margin:10px 0;
    width:100%;
}
.articleImg{
    width:60px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}
.articleImg img{
    width:110px;
    height:auto;
    transition: all 0.5s;
}
.articleImg img:hover{
    width:120px;
}
.articleHotLi{
    height: auto!important;
    overflow: auto;    
    display: flex;
    align-items: center;
    position: relative;
}
.articleHotLi i{
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    top: 5px;
}
.articleHotLi a{
    display: flex;
    align-items: center;
}
.articleSpan{
    color:#222;
    transition: all 0.3s;
    margin:0 0 0 5px;
}
.articleSpan:hover{
    color: #fe770a;
}


/*backtop*/
.fa-arrow-circle-up{
    color:#f3660b;
}

/*footer*/
/*footer*/
/*footer*/
#footer p{
    color: #b1bcce;
}
.footer .ftl{    float: left;
    width: 20%;
    border-right: #494965 1px solid;
    margin: 30px;}
.footer .ftr{    float: left;
    width: 10%;
    height: 100px;
    margin: 20px;}
.ftr li a ,h4{color:#b1bcce;line-height: 25px;}
.ftr li a:hover{color:#f3660b}

.footer .ftb{width: 40%; margin: 0 auto;padding-top: 70px;float: left;}
.footer .fgz{  float: right;
    margin: 30px auto 0;
    width: 20%;}
.fgz img{border-radius: 3px;}
.footer .fkefu{    float: left;
    text-align: center;
    padding: 6px 20px;
    color: #ffffff;
    background: #f3660b;
    margin: 10px auto;
    border-radius: 4px;
    cursor: pointer;
}


/*mod*/
/*mod*/
/*mod*/
.modDiv{
    display: flex;
    flex-wrap: wrap;
}
.modImg{
    width:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.modImg img{
    transition: all 0.5s;
    width:100%;
    margin:0%;
}
.modImg img:hover{
    width:110%;
    margin:0 -5%;
}
.modDiv li{
    width:292px;
}
.modA{
    background: #fff;
    display: flex;
    margin: 10px;
    padding: 6px;
    border-radius: 4px;
    overflow: hidden;
}
.modText{
    margin:0 10px;
    color: #222;
    transition: all 0.3s;
    font-size:1em;
    flex: 1;
}
.modText:hover{
    color:#fe770a;
}
.modSearch{
    margin: 50px 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modSearch form{
    background: #10161e;
    border-radius: 100px;
    padding: 3px 10px 3px 20px;
    overflow: hidden;
}
.modSearch input{
    background: none;
    border: none;
    padding: 3px 20px 3px 0;
    color: #b1bcce;
}
.modSearch button{
    border: none;
    background: none;
    padding: 0 20px;
    font-size: 1.1em;
    color: #f5680b;
    border-left: 2px solid #b1bcce;
}
.modFenye{
    border-radius: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modmore{
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

/*bd*/
/*bd*/
/*bd*/
.bandimg{
    margin: 10px auto;
    text-align: center;
}
.bandimg img{    border-radius: 4px;width:1170px}
.setvip{
  background: #1e222d;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: relative;
    border: 4px solid #222a35;
}
.CopyBox{
    position: relative;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
.bdcontent{color: #ff6a00;
    margin: 4px 0 0 20px;}
.bdFrom{
    display: flex;
    align-items: center;
    justify-content: center;
    width:300px;
}
.bdFrom p{
    margin:0;
}
.bdButton{
  border-radius: 999px;
    padding: 4px 25px;
    border: none;
    color: #ff6a00;
    font-size: 1.9em;
    margin: 10px;
    border: 2px solid #ff6a00;
    background: none;
    transition: all 0.1s;
}
.bdButton:hover{
    background-image: linear-gradient(#fa6f09, #ff8658);
    border-radius: 999px;
    padding: 4px 25px;
    border: none;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin: 10px;
    border: none;
    border: 2px solid #fa6f09;
}
.CopyAccount{
    position: absolute;
    background: #eee;
    border: 1px solid #b1bcce;
    padding: 10px;
    border-radius: 4px;
}
.copyDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
     float: left;
}
.copyDiv p{
    margin:0px!important;
    color: #fe8044;
    font-size: 1.1em;
}
.copyDiv span{
    display: flex;
    align-items: center;
}
.copyUn,.copyPw{
    background-image: linear-gradient(#fa6f09, #ff8658);
    padding:3px 18px;
    border: none;
    border-radius: 100px;
    color:#fff;
    margin-left: 20px;
}

.noneStatus{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.noneTextLogin a,.noneTextRegister a{
    text-decoration: underline;
    margin: 5px;
    color: #fe770a;
}
.indexcon{     max-width: 1600px;
    margin: 40px auto 0;
    height: 126px;
    background: #2d3241;
    border-radius: 5px;}
.indexcon li{    float: left;
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #8ea2b7;
    margin: 20px 0;}
.indexcon .num{font-size: 26px;
    margin: 0;}
.indexcon .ico{font-size: 20px;}
.indexcon .txt{font-weight: 100;font-size: 14px;}

body{
    position: relative;
}